home *** CD-ROM | disk | FTP | other *** search
- object S46_041DXME is MEDIADISTRIBUTOR
- with
- Duration is -1;
- X is 0; Y is 0; Width is 640; Height is 480;
- Items is [
- S46A1_BOUTON_MUSIQUE,
- S46A2_BOUTON_TEXTE,
- S46A3_BOUTON_OEUVRE,
- S46A4_BOUTON_STOP,
- S46A6_ALBUM_SUITE,
- S46A7_S40A_WAV,
- S46A8_041_PIC
- ];
- end;
-
- object S46A1_BOUTON_MUSIQUE is MEDIADELEGATOR
- has
-
- OffScreen()
- do
- self.Enable(true);
- end;
-
- MouseUp(theX, theY)
- do
- APPLICATION.GoTo(S498_ECRAN_FIN);
- end;
-
- with
- Duration is -1;
- X is 245; Y is 204; Width is 47; Height is 47;
- end;
-
- object S46A2_BOUTON_TEXTE is MEDIADELEGATOR
- has
-
- OffScreen()
- do
- self.Enable(true);
- self.Show(true);
- end;
-
- MouseUp(theX, theY)
- do
- APPLICATION.GoTo(S498_ECRAN_FIN);
- end;
-
- with
- Duration is -1;
- X is 244; Y is 262; Width is 49; Height is 48;
- end;
-
- object S46A3_BOUTON_OEUVRE is MEDIADELEGATOR
- has
-
- OffScreen()
- do
- self.Enable(true);
- self.Show(true);
- end;
-
- MouseUp(theX, theY)
- do
- APPLICATION.GoTo(S498_ECRAN_FIN);
- end;
-
- with
- Duration is -1;
- X is 245; Y is 320; Width is 47; Height is 47;
- end;
-
- object S46A4_BOUTON_STOP is MEDIADELEGATOR
- has
-
- OffScreen()
- do
- self.Enable(true);
- self.Show(true);
- end;
-
- MouseUp(theX, theY)
- do
- APPLICATION.GoBack(MEDIADISTRIBUTOR0);
- end;
-
- with
- Duration is -1;
- X is 537; Y is 431; Width is 90; Height is 36;
- end;
-
- object S46A6_ALBUM_SUITE is MEDIADELEGATOR
- has
-
- OffScreen()
- do
- self.Enable(true);
- self.Show(true);
- end;
-
- MouseUp(theX, theY)
- do
- APPLICATION.GoTo(S158_010MONE);
- end;
-
- with
- Duration is -1;
- X is 539; Y is 392; Width is 87; Height is 28;
- end;
-
- object S46A7_S40A_WAV is MEDIADELEGATOR
- has
-
- OffScreen()
- do
- self.Enable(true);
- self.Show(true);
- self.Run(false);
- end;
-
- with
- Target is C314_S40A_WAV;
- Duration is 0;
- X is 49; Y is 220; Width is 32; Height is 24;
- end;
-
- object S46A8_041_PIC is MEDIADELEGATOR
- has
-
- OffScreen()
- do
- self.GoToBeginning();
- self.Run(true);
- TRANSITION.Set(WipeTop, 300);
- self.Show(true);
- end;
-
- OnScreen()
- do
- S46A7_S40A_WAV.Run(true);
- end;
-
- Finished()
- do
- APPLICATION.GoTo(S158_010MONE);
- end;
-
- with
- Target is C304_041_PIC;
- Duration is 1200;
- X is 0; Y is 0; Width is 640; Height is 480;
- end;
-
-